home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL3
/
NWLAN.CAB
/
Bin
/
REPATH.BAT
< prev
next >
Wrap
DOS Batch File
|
2005-01-16
|
299b
|
12 lines
@if "%debug%"=="" echo off
echo ;%path%; | %ramdrv%\bin\tfind /e ";%ramdrv%\bin;" >nul
if errorlevel 1 goto _end
echo REPATH: restoring PATH
echo %path%** | %ramdrv%\bin\tfind ";**" >nul
if errorlevel 1 goto _delim
set path=%path%%_path_%
goto _end
:_delim
set path=%path%;%_path_%
:_end